git merge --squash iss10 git commit -m Merged iss10 In case you need to merge iss10 into master again in the future, right now you should update iss10 to ...
With --no-squash perform the merge and commit the result. This option can be used to override --squash. With --squash, --commit is not allowed, and will fail. Git-mergetool[1] · Merge-base · 2.15.4 12/06/19 · 2.13.7 05/22/18
With --no-squash perform the merge and commit the result. This option can be used to override --squash. With --squash, --commit is not allowed, and will fail. - ...